API

Procurement APIs

GET procurement/imported-invoices

List of imported supplier invoices

HTTP method GET
URI https://api.rambase.net/procurement/imported-invoices
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 2817, version 28

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

Active() Named filter Active imported supplier invoices and credit notes
MyImportedInvoices() Named filter Supplier invoices imported by current user
MyPurchaseOrders() Named filter List of received invoices which has a reference to one of my purchase orders
PendingCorrection() Named filter Imported supplier invoices pending corrections (status 6)
PendingForward() Named filter Imported supplier invoices pending forward (Status 8)
PendingValidation() Named filter Imported supplier invoices pending validation (status 2)
ScannedInvoices() Named filter Imported supplier invoices which was scanned
AccountName String The bank account name to the payment receiver.
AccountNumber String The bank account number to the payment receiver.
BacklogObjectAssigneeUserId Integer User identifier.
BuyersContactEmail String E-mail of the RamBase contact.
BuyersContactName String Name of the RamBase contact (legal entity or person).
BuyersContactPhone String Phone number of the RamBase contact.
ContainingNoteText String Show all received supplier invoices containing notes. Note that search will be for messages in company language, and not in user language.
Currency String The currency to the imported supplier invoice.
DueDate Date The due date of the imported supplier invoice. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
FeeAmount Decimal Fee of the invoice.
FreightAmount Decimal Freight of the invoice.
IBAN String The international bank account number (IBAN) to the payment receiver.
ImportedAt Datetime The date and time when the file was imported. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ImportedById Integer User identifier.
ImportedSupplierInvoiceId Integer Imported supplier invoice identifier.
IsCreditNote Boolean Is the imported invoice from type credit note.
RegistrationDate Date The issue date to the invoice. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Status Integer Status of imported supplier invoice.
SubTotalAmount Decimal Total net amount on the invoice.
SupplierLegalEntityIdentifier String The enterprise number to the supplier.
SupplierName String The name of the supplier.
SupplierReferenceId Integer RamBase supplier identifier.
SuppliersReference String The reference to the imported supplier invoice.
SuppliersReferenceNumber String Supplier invoice number generated by the supplier invoicing system.
SWIFTCode String The bank identification code (BIC) to the account to the payment receiver.
TotalAmount Decimal Total net amount on the invoice.
VATAmount Decimal Total amount of VAT on the invoice.
VATCurrency String The currency used for VAT to the imported supplier invoice.
VATDate Date The date when the VAT becomes accountable. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
VATRegistrationNumber String VAT registration number of the company which should be used for the invoice or credit.

Read more about filters and sorting on how to use sortable parameters

AccountName String The bank account name to the payment receiver
AccountNumber String The bank account number to the payment receiver
BacklogObjectAssigneeUserId Integer User identifier
BuyersContactEmail String E-mail of the RamBase contact
BuyersContactName String Name of the RamBase contact (legal entity or person)
BuyersContactPhone String Phone number of the RamBase contact
ContainingNoteText String Show all received supplier invoices containing notes. Note that search will be for messages in company language, and not in user language.
Currency String The currency to the imported supplier invoice
DueDate Date The due date of the imported supplier invoice
FeeAmount Decimal Fee of the invoice
FreightAmount Decimal Freight of the invoice
IBAN String The international bank account number (IBAN) to the payment receiver
ImportedAt Datetime The date and time when the file was imported
ImportedById Integer User identifier
ImportedSupplierInvoiceId Integer Imported supplier invoice identifier
IsCreditNote Boolean Is the imported invoice from type credit note
RegistrationDate Date The issue date to the invoice
Status Integer Status of imported supplier invoice
SubTotalAmount Decimal Total net amount on the invoice
SupplierLegalEntityIdentifier String The enterprise number to the supplier
SupplierName String The name of the supplier
SupplierReferenceId Integer RamBase supplier identifier
SuppliersReference String The reference to the imported supplier invoice
SuppliersReferenceNumber String Supplier invoice number generated by the supplier invoicing system
SWIFTCode String The bank identification code (BIC) to the account to the payment receiver
TotalAmount Decimal Total net amount on the invoice
VATAmount Decimal Total amount of VAT on the invoice
VATCurrency String The currency used for VAT to the imported supplier invoice
VATDate Date The date when the VAT becomes accountable
VATRegistrationNumber String VAT registration number of the company which should be used for the invoice or credit.

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<ImportedSupplierInvoices>
2
     <ImportedSupplierInvoice>
3
          <ImportedSupplierInvoiceId
ImportedSupplierInvoiceId

Imported supplier invoice identifier

>
{Integer}</ImportedSupplierInvoiceId>
4
          <Status
Status

Status of imported supplier invoice

Possible domain values can be found here

>
{Integer}</Status>
5
          <RegistrationDate
RegistrationDate

The issue date to the invoice

>
{Date}</RegistrationDate>
6
          <SuppliersReference
SuppliersReference

The reference to the imported supplier invoice

>
{String}</SuppliersReference>
7
          <SuppliersReferenceNumber
SuppliersReferenceNumber

Supplier invoice number generated by the supplier invoicing system

>
{String}</SuppliersReferenceNumber>
8
          <Currency
Currency

The currency to the imported supplier invoice

>
{String}</Currency>
9
          <IsCreditNote
IsCreditNote

Is the imported invoice from type credit note

>
{Boolean}</IsCreditNote>
10
          <ImportedAt
ImportedAt

The date and time when the file was imported

>
{Datetime}</ImportedAt>
11
          <ImportedBy
ImportedBy

The PID to the user that imported the file

>
12
               <UserId
UserId

User identifier

>
{Integer}</UserId>
13
               <Name
Name

Name of the user

>
{String}</Name>
14
               <FirstName
FirstName

First name of the user

>
{String}</FirstName>
15
               <UserLink
UserLink

User reference

>
{String}</UserLink>
16
          </ImportedBy>
17
          <BuyersContact>
18
               <Name
Name

Name of the RamBase contact (legal entity or person)

>
{String}</Name>
19
               <Phone
Phone

Phone number of the RamBase contact

>
{String}</Phone>
20
               <Email
Email

E-mail of the RamBase contact

>
{String}</Email>
21
          </BuyersContact>
22
          <VATAccounting>
23
               <Currency
Currency

The currency used for VAT to the imported supplier invoice

>
{String}</Currency>
24
               <Date
Date

The date when the VAT becomes accountable

>
{Date}</Date>
25
               <VATAmount
VATAmount

Total amount of VAT in VAT currency on the invoice

>
{Decimal}</VATAmount>
26
               <VATRegistrationNumber
VATRegistrationNumber

VAT registration number of the company which should be used for the invoice or credit.

>
{String}</VATRegistrationNumber>
27
          </VATAccounting>
28
          <Totals>
29
               <Currency
Currency

The currency to the imported supplier invoice

>
{String}</Currency>
30
               <FreightAmount
FreightAmount

Freight of the invoice

>
{Decimal}</FreightAmount>
31
               <FeeAmount
FeeAmount

Fee of the invoice

>
{Decimal}</FeeAmount>
32
               <SubTotalAmount
SubTotalAmount

Total net amount on the invoice

>
{Decimal}</SubTotalAmount>
33
               <VATAmount
VATAmount

Total amount of VAT on the invoice

>
{Decimal}</VATAmount>
34
               <TotalAmount
TotalAmount

Total net amount on the invoice

>
{Decimal}</TotalAmount>
35
          </Totals>
36
          <Payment>
37
               <DueDate
DueDate

The due date of the imported supplier invoice

>
{Date}</DueDate>
38
               <AccountName
AccountName

The bank account name to the payment receiver

>
{String}</AccountName>
39
               <AccountNumber
AccountNumber

The bank account number to the payment receiver

>
{String}</AccountNumber>
40
               <IBAN
IBAN

The international bank account number (IBAN) to the payment receiver

>
{String}</IBAN>
41
               <SWIFTCode
SWIFTCode

The bank identification code (BIC) to the account to the payment receiver

>
{String}</SWIFTCode>
42
          </Payment>
43
          <Supplier>
44
               <Name
Name

The name of the supplier

>
{String}</Name>
45
               <LegalEntityIdentifier
LegalEntityIdentifier

The enterprise number to the supplier

>
{String}</LegalEntityIdentifier>
46
               <SupplierReference
SupplierReference

The account to the supplier

>
47
                    <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
48
                    <FirstName
FirstName

Firstname/givenname if the supplier is a person

>
{String}</FirstName>
49
                    <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
50
                    <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
51
               </SupplierReference>
52
          </Supplier>
53
          <BacklogObject
BacklogObject

Reference to a backlog object in RamBase based on information on the received supplier invoice.

>
54
               <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
55
               <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
56
               <Assignee
Assignee

The user who has been assigned to work with this object.

>
57
                    <UserId
UserId

User identifier

>
{Integer}</UserId>
58
                    <Name
Name

Name of the user

>
{String}</Name>
59
                    <FirstName
FirstName

First name of the user

>
{String}</FirstName>
60
                    <UserLink
UserLink

User reference

>
{String}</UserLink>
61
               </Assignee>
62
               <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
63
               <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
64
          </BacklogObject>
65
          <ImportedSupplierInvoiceLink
ImportedSupplierInvoiceLink

Imported supplier invoice reference

>
{String}</ImportedSupplierInvoiceLink>
66
     </ImportedSupplierInvoice>
67
     <Paging
Paging

Detailed paging information for this list.

>
68
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
69
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
70
          <Page
Page

Page index

>
{Integer}</Page>
71
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
72
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
73
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
74
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
75
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
76
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
77
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
78
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
79
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
80
     </Paging>
81
</ImportedSupplierInvoices>
1
{
2
     "importedSupplierInvoices": [
3
          {
4
               "importedSupplierInvoiceId
ImportedSupplierInvoiceId

Imported supplier invoice identifier

":
"{Integer}",
5
               "status
Status

Status of imported supplier invoice

Possible domain values can be found here

":
"{Integer}",
6
               "registrationDate
RegistrationDate

The issue date to the invoice

":
"{Date}",
7
               "suppliersReference
SuppliersReference

The reference to the imported supplier invoice

":
"{String}",
8
               "suppliersReferenceNumber
SuppliersReferenceNumber

Supplier invoice number generated by the supplier invoicing system

":
"{String}",
9
               "currency
Currency

The currency to the imported supplier invoice

":
"{String}",
10
               "isCreditNote
IsCreditNote

Is the imported invoice from type credit note

":
"{Boolean}",
11
               "importedAt
ImportedAt

The date and time when the file was imported

":
"{Datetime}",
12
               "importedBy
ImportedBy

The PID to the user that imported the file

":
{
13
                    "userId
UserId

User identifier

":
"{Integer}",
14
                    "name
Name

Name of the user

":
"{String}",
15
                    "firstName
FirstName

First name of the user

":
"{String}",
16
                    "userLink
UserLink

User reference

":
"{String}"
17
               },
18
               "buyersContact": {
19
                    "name
Name

Name of the RamBase contact (legal entity or person)

":
"{String}",
20
                    "phone
Phone

Phone number of the RamBase contact

":
"{String}",
21
                    "email
Email

E-mail of the RamBase contact

":
"{String}"
22
               },
23
               "vATAccounting": {
24
                    "currency
Currency

The currency used for VAT to the imported supplier invoice

":
"{String}",
25
                    "date
Date

The date when the VAT becomes accountable

":
"{Date}",
26
                    "vATAmount
VATAmount

Total amount of VAT in VAT currency on the invoice

":
"{Decimal}",
27
                    "vATRegistrationNumber
VATRegistrationNumber

VAT registration number of the company which should be used for the invoice or credit.

":
"{String}"
28
               },
29
               "totals": {
30
                    "currency
Currency

The currency to the imported supplier invoice

":
"{String}",
31
                    "freightAmount
FreightAmount

Freight of the invoice

":
"{Decimal}",
32
                    "feeAmount
FeeAmount

Fee of the invoice

":
"{Decimal}",
33
                    "subTotalAmount
SubTotalAmount

Total net amount on the invoice

":
"{Decimal}",
34
                    "vATAmount
VATAmount

Total amount of VAT on the invoice

":
"{Decimal}",
35
                    "totalAmount
TotalAmount

Total net amount on the invoice

":
"{Decimal}"
36
               },
37
               "payment": {
38
                    "dueDate
DueDate

The due date of the imported supplier invoice

":
"{Date}",
39
                    "accountName
AccountName

The bank account name to the payment receiver

":
"{String}",
40
                    "accountNumber
AccountNumber

The bank account number to the payment receiver

":
"{String}",
41
                    "iBAN
IBAN

The international bank account number (IBAN) to the payment receiver

":
"{String}",
42
                    "sWIFTCode
SWIFTCode

The bank identification code (BIC) to the account to the payment receiver

":
"{String}"
43
               },
44
               "supplier": {
45
                    "name
Name

The name of the supplier

":
"{String}",
46
                    "legalEntityIdentifier
LegalEntityIdentifier

The enterprise number to the supplier

":
"{String}",
47
                    "supplierReference
SupplierReference

The account to the supplier

":
{
48
                         "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
49
                         "firstName
FirstName

Firstname/givenname if the supplier is a person

":
"{String}",
50
                         "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
51
                         "supplierLink
SupplierLink

Supplier reference

":
"{String}"
52
                    }
53
               },
54
               "backlogObject
BacklogObject

Reference to a backlog object in RamBase based on information on the received supplier invoice.

":
{
55
                    "objectId
ObjectId

Identifier of the object

":
"{Integer}",
56
                    "objectType
ObjectType

Type of object

":
"{String}",
57
                    "assignee
Assignee

The user who has been assigned to work with this object.

":
{
58
                         "userId
UserId

User identifier

":
"{Integer}",
59
                         "name
Name

Name of the user

":
"{String}",
60
                         "firstName
FirstName

First name of the user

":
"{String}",
61
                         "userLink
UserLink

User reference

":
"{String}"
62
                    },
63
                    "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
64
                    "objectLink
ObjectLink

API reference to the object

":
"{String}"
65
               },
66
               "importedSupplierInvoiceLink
ImportedSupplierInvoiceLink

Imported supplier invoice reference

":
"{String}"
67
          }
68
     ],
69
     "paging
Paging

Detailed paging information for this list.

":
{
70
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
71
          "position
Position

Position of the first element in the list

":
"{Integer}",
72
          "page
Page

Page index

":
"{Integer}",
73
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
74
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
75
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
76
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
77
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
78
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
79
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
80
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
81
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
82
     }
83
}

Possible error codes the response might return:

Error 101814 HTTP 404 Employee not found